home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Terminal 2.2 / Project / Sources / Utilities.h < prev    next >
Text File  |  1992-01-17  |  2KB  |  44 lines

  1. /*
  2.     Terminal 2.2
  3.     "Utilities.h"
  4. */
  5.  
  6. void ActivateDeactivate (DialogPtr, short, Boolean);
  7. Byte *Append (Byte *, Byte *);
  8. Boolean CheckSuffix(Byte *, Byte *);
  9. void CenterDialog (long, short);
  10. short CreateFile (short, long, Byte *, long, long);
  11. short DeleteFile (short, long, Byte *);
  12. Boolean DialogKeydown(DialogPtr, EventRecord *, short *);
  13. void DisposeBuffer (Handle, Boolean);
  14. pascal void DrawUserFrame (WindowPtr, short);
  15. pascal void DrawUserLine (WindowPtr, short);
  16. short FileRename (short, long, Byte *, Byte *);
  17. short Filler (short, long);
  18. short GetCheck (DialogPtr, short);
  19. short GetRadioButton (DialogPtr, short, short);
  20. void GetDlogOrigin (short, Point *);
  21. void GetEText (DialogPtr, short, Byte *);
  22. short InfoFile (short, long, Byte *, OSType *, OSType *, long *, long *);
  23. unsigned long MaxBuffer (Boolean *);
  24. Byte *MyString (short, short);
  25. Handle NewBuffer (unsigned long, Boolean);
  26. short OpenFile (short, long, Byte *, short *);
  27. short OpenResource (short, long, Byte *, short *);
  28. short Pathname (Byte *, short, long);
  29. void SetCheck (DialogPtr, short, short);
  30. void SetEText (DialogPtr, short, Byte *);
  31. void SetHilite (DialogPtr, short, short);
  32. short SetInfoFile (short, long, Byte *, OSType, OSType, long, long);
  33. Boolean    SetRadioButton (DialogPtr, short, short, short);
  34. void SetUserItem (DialogPtr, short, ProcPtr);
  35. void ToggleCheckBox    (DialogPtr, short);
  36. short VolumeId (Byte *, short *);
  37.  
  38. #ifdef OUTLINE
  39. void OutLine (DialogPtr, short, short);
  40. pascal Boolean OutlineFilter (DialogPtr, EventRecord *, short *);
  41. #else
  42. #define OutlineFilter 0
  43. #endif
  44.